home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2004 Corel Corporation All rights reserved.',
- 'Description': u'',
- 'Host': u'Paint Shop Pro 9',
- 'Host Version': u'9.00'
- }
-
- def Preset_Texture():
- return {
- 'Ambience': 0,
- 'Angle': 243,
- 'Color': (255,255,255),
- 'Depth': 50,
- 'Elevation': 31,
- 'Intensity': 50,
- 'Shininess': 50,
- 'Size': 400,
- 'Smoothness': 40,
- 'TextureName': u'Corel_15_012',
- 'GeneralSettings': {
- 'ExecutionMode': App.Constants.ExecutionMode.Default,
- 'AutoActionMode': App.Constants.AutoActionMode.Match
- }
- }
-
- def Do(Environment):
- # Texture
- App.Do( Environment, 'Texture', Preset_Texture())
-
-